feat: remove adding a dummy WHERE clause into UPDATE and DELETE statements#169
Merged
larkee merged 2 commits intogoogleapis:masterfrom Nov 20, 2020
Merged
Conversation
c24t
approved these changes
Nov 19, 2020
Contributor
c24t
left a comment
There was a problem hiding this comment.
LGTM, heads up that I changed the title to match googleapis/python-spanner-django#516.
larkee
requested changes
Nov 19, 2020
Contributor
larkee
left a comment
There was a problem hiding this comment.
The title doesn't seem to match what the feature is. The feature removes adding dummy WHERE clauses.
larkee
approved these changes
Nov 19, 2020
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Nov 30, 2020
🤖 I have created a release \*beep\* \*boop\* --- ## [2.1.0](https://github.com/googleapis/python-spanner/compare/v2.0.0...v2.1.0) (2020-11-24) ### Features * **dbapi:** add aborted transactions retry support ([#168](https://github.com/googleapis/python-spanner/issues/168)) ([d59d502](https://github.com/googleapis/python-spanner/commit/d59d502590f618c8b13920ae05ab11add78315b5)), closes [#34](https://github.com/googleapis/python-spanner/issues/34) [googleapis/python-spanner-django#544](https://github.com/googleapis/python-spanner-django/issues/544) * remove adding a dummy WHERE clause into UPDATE and DELETE statements ([#169](https://github.com/googleapis/python-spanner/issues/169)) ([7f4d478](https://github.com/googleapis/python-spanner/commit/7f4d478fd9812c965cdb185c52aa9a8c9e599bed)) ### Bug Fixes * Add sqlparse dependency ([#171](https://github.com/googleapis/python-spanner/issues/171)) ([e801a2e](https://github.com/googleapis/python-spanner/commit/e801a2e014fcff66a69cb9da83abedb218cda2ab)) ### Reverts * Revert "test: unskip list_backup_operations sample test (#170)" (#174) ([6053f4a](https://github.com/googleapis/python-spanner/commit/6053f4ab0fc647a9cfc181e16c246141483c2397)), closes [#170](https://github.com/googleapis/python-spanner/issues/170) [#174](https://github.com/googleapis/python-spanner/issues/174) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of the PR in django-spanner, only DB API part.